home *** CD-ROM | disk | FTP | other *** search
/ Champak 128 / Vol 128 (Damaged).iso / games / paint_th.swf / scripts / DefineButton2_191 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2011-03-26  |  111 b   |  6 lines

  1. on(release){
  2.    paint = new Color(brush.brushend);
  3.    paint.setRGB(parseInt(red,16));
  4.    brush_c = red;
  5. }
  6.